Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix manifest excludes not being updated for the src layout relocation #29

Merged
merged 2 commits into from
Oct 6, 2024

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 6, 2024

Removed .pyd and .so since we do distribute these files

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Oct 6, 2024
MANIFEST.in Show resolved Hide resolved
@bdraco bdraco force-pushed the fix_manifest_excludes branch from c4c8ef3 to 1cd4bfd Compare October 6, 2024 19:10
Copy link

codecov bot commented Oct 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.50%. Comparing base (a68b078) to head (d155e70).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   87.50%   87.50%           
=======================================
  Files          22       22           
  Lines         768      768           
  Branches       65       65           
=======================================
  Hits          672      672           
  Misses         68       68           
  Partials       28       28           
Flag Coverage Δ
CI-GHA 87.50% <ø> (ø)
MyPy 67.62% <ø> (ø)
OS-Linux 98.67% <ø> (ø)
OS-Windows 93.84% <ø> (ø)
OS-macOS 94.35% <ø> (ø)
Py-3.10.11 93.35% <ø> (ø)
Py-3.10.15 96.01% <ø> (ø)
Py-3.11.10 96.01% <ø> (ø)
Py-3.11.9 93.35% <ø> (ø)
Py-3.12.6 95.90% <ø> (ø)
Py-3.13.0-rc.3 95.90% <ø> (ø)
Py-3.8.10 93.66% <ø> (ø)
Py-3.8.18 96.33% <ø> (ø)
Py-3.9.13 93.33% <ø> (ø)
Py-3.9.20 96.00% <ø> (ø)
Py-pypy7.3.11 96.13% <ø> (ø)
Py-pypy7.3.16 95.75% <ø> (ø)
Py-pypy7.3.17 95.76% <ø> (ø)
VM-macos-latest 94.35% <ø> (ø)
VM-ubuntu-latest 98.67% <ø> (ø)
VM-windows-latest 93.84% <ø> (ø)
pytest 98.53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco bdraco force-pushed the fix_manifest_excludes branch from 1cd4bfd to d155e70 Compare October 6, 2024 19:39
Comment on lines -19 to -20
exclude propcache/*.so
exclude propcache/*.pyd
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To summarize https://github.com/aio-libs/propcache/pull/29/files#r1789278897, keep excluding these, just adjust the paths.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bdraco I meant that the so/pyd lines should remain in the manifest file

@bdraco bdraco merged commit f7ac8b1 into master Oct 6, 2024
48 of 49 checks passed
@bdraco bdraco deleted the fix_manifest_excludes branch October 6, 2024 22:46
bdraco added a commit that referenced this pull request Oct 7, 2024
@bdraco
Copy link
Member Author

bdraco commented Oct 7, 2024

Sorry about that, I processed that wrong. Fixed in #36

bdraco added a commit that referenced this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants